﻿a.metro {
    display: inline-block;
    color: White;
    font-weight: bold;
    font-size: 0.75em;
    text-decoration: none;
    background-color: #155fbb;
    padding: 5px 30px;
    margin: 4px;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##155fbb', endColorstr='#2895d5'); /* IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#155fbb), to(#2895d5)); /* WEBKIT */
    background: -moz-linear-gradient(top, #155fbb, #2895d5); /* FIREFOX */
    background-image: -o-linear-gradient(top, #155fbb, #2895d5); /* OPERA */
}

a.metro:hover {
    color: #666;
    background-color: #fd9f13;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4b2', endColorstr='#fd9f13');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe4b2), to(#fd9f13));
    background: -moz-linear-gradient(top, #ffe4b2, #fd9f13);
    background-image: -o-linear-gradient(top, #ffe4b2, #fd9f13);
}

.divideContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

.divideContainer .box {
    display: inline-block;
    vertical-align: top;
}

.divideContainer .box.left {
    width: 225px;
    min-height: 100px;
}

.divideContainer .box.divider {
    background-color: #dfe1e5;
    width: 1px;
    min-height: 300px;
    margin: 0px 20px;
}

.divideContainer .box.right {
    width: 425px;
    min-height: 300px;
    margin-left: 20px;
}

html[dir=rtl] .divideContainer .box.right {
    margin-right: 20px;
}

.divideContainer .box.right8 {
    width: 425px;
    min-height: 300px;
    max-height: 500px;
    margin-left: 20px;
    overflow: auto;
}

html[dir=rtl] .divideContainer .box.right8 {
    margin-right: 20px;
}

.divideContainer .box h3 {
    color: #155fbb;
    font-size: 18pt;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
}

.divideContainer .box.left h2 {
    text-align: left;
    color: #155fbb;
    font-size: 18pt;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
}

.divideContainer .box.right h3 {
    text-align: left;
}

.divideContainer .box p {
    text-align: left;
}

html[dir=rtl] .divideContainer .box.left h3 {
    text-align: right;
}

html[dir=rtl] .divideContainer .box.right h3 {
    text-align: right;
}

html[dir=rtl] .divideContainer .box p {
    text-align: right;
}

.divideContainer .box hr {
    height: 1px;
    color: #dfe1e5;
    background-color: #dfe1e5;
    border: 0;
}

.divideContainer .box small {
    text-align: left;
    display: inline-block;
    color: #155fbb;
   /* font-size: 0.70em;
    font-weight: lighter;*/
}

html[dir=rtl] .divideContainer .box small {
    text-align: right;
}

.commonLogin {
    display: none;
}

.companyRegistration {
    text-align: left;
}

html[dir=rtl] .companyRegistration {
    text-align: right;
}

.companyRegistration p {
    margin: 0;
}

.companyRegistration .element {
    margin: 10px 0px;
}

.companyRegistration .element label {
    width: 120px;
    display: inline-block;
    font-size: 0.75em;
    font-weight: bold;
}

.companyRegistration .element input, .companyRegistration .element select {
    width: 180px;
    font-size: 0.75em;
    padding: 2px;
    margin: 0px;
}

.companyRegistration .element.req div {
    background-image: url(/images/required_field.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
}

.companyRegistration .element.req span {
    font-size: 0.75em;
    font-style: italic;
}

.companyRegistration h4 {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-weight: normal;
    color: #155fbb;
}

.companyRegistration .field-validation-error {
    display: block;
    font-size: 0.75em;
}

#RegistrationFields a {
    color: #2895D5;
    text-decoration: none;
    font-size: 0.75em;
    cursor: pointer;
}

#RegistrationFields .disabled {
    color: #BFBFBF;
    cursor: default
}

.registrationcompanytitle {
    color: #155fbb;
    font-size: 14pt;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}